LoginWithTokenAuthenticationParameters
The LoginWithTokenAuthenticationParameters class provides parameters for logging in using an existing token, extending the AuthenticationParameterBase class to include a token and encrypted data for authentication.
Properties
| Name | Description |
|---|---|
| DomainAddress | Specifies the domain address used during authentication. |
| Source | Identifies the source of the authentication request. Default is "Agent". |
| EncryptedData | Provides encrypted data associated with the token for enhanced security during authentication. |
| FootPrint | Identifier representing a unique session or client footprint. |
| ParentTelemetryId | Identifier for the parent telemetry, used for tracing and logging purposes. |
| Language | Specifies the language for the authentication request. |
| Token | Specifies the token used for authentication. |